-
-
Notifications
You must be signed in to change notification settings - Fork 3
fix: (re-)set API workers to a default of 1 #727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sbernauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for this change!
I personally would even argue this is a fix:
Co-authored-by: Sebastian Bernauer <[email protected]>
Co-authored-by: Sebastian Bernauer <[email protected]>
Co-authored-by: Sebastian Bernauer <[email protected]>
|
Can you please add release notes and a link to the docs you mention? |
|
Link to (updated) docs: https://docs.stackable.tech/home/nightly/airflow/troubleshooting/#_setting_api_workers Release notes snippet
|
Description
Tests 🟢 https://testing.stackable.tech/view/02%20Operator%20Tests%20(custom)/job/airflow-operator-it-custom/68/
Airflow code sets the default value of
API_WORKERSto 4: this did not present any problems for Airflow 2.x, but was problematic in 3.x until 3.0.6, which included the version of uvicorn that honoured the timeout value that Airflow sends through.The default of 4 is/was fine for our integration tests as the default resources have also been increased, but
This PR addresses both of the above by setting the default back to 1 and ensuring the docs are now consistent.
Definition of Done Checklist
Author
Reviewer
Acceptance
type/deprecationlabel & add to the deprecation scheduletype/experimentallabel & add to the experimental features tracker